home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #3 / Amiga Plus CD - 2002 - No. 03.iso / AmigaPlus / Games / Freeciv / data / civ1 / units.ruleset < prev   
Text File  |  2003-01-22  |  38KB  |  1,619 lines

  1.  
  2. ; Modifying this file:
  3. ; You should not modify this file except to make bugfixes or
  4. ; for other "maintenance".  If you want to make custom changes,
  5. ; you should create a new datadir subdirectory and copy this file
  6. ; into that directory, and then modify that copy.  Then use the
  7. ; command "rulesetdir <mysubdir>" in the server to have freeciv
  8. ; use your new customized file.
  9.  
  10. ; See data/default/units.ruleset for more information.
  11.  
  12. [datafile]
  13. description="Civ1-style unit_type data for Freeciv"
  14. options="1.9"
  15.  
  16. [units_adjust]
  17. firepower_factor=10             ; Means effective hitpoints=1
  18.  
  19. ; Below: The individual units, one per section.
  20. ;
  21. ; The number can be variable, up to 200.  
  22. ; However for the "official" rulesets, units should not be removed 
  23. ; because that would break backward compatability with savegames.
  24. ;
  25. ; The order here matters: later units are considered "better" for
  26. ; a given flag or role.  
  27. ;
  28. ; The actual tag used (the * in [unit_*]) does not matter, except 
  29. ; it must be unique within this file, and it may be used in debug 
  30. ; output when reading this file.
  31. ;
  32. ; ** Fields **
  33. ;
  34. ; name          = name as seen by user 
  35. ; graphic       = tag specifing preferred graphic
  36. ; graphic_alt    = tag for alternate garphic if preferred graphic is not 
  37. ;          present; especially if preferred graphic is non-standard, 
  38. ;          this should be a standard tag.  Otherwise can use eg "-" 
  39. ;          for no alternate graphic.
  40. ; tech_req      = required advance, names from techs.ruleset, or special:
  41. ;                 "None" => available from start; "Never" => never available
  42. ; obsolete_by   = can be upgraded to and made obsolete by another unit by name
  43. ; move_type     = "Land" or "Sea" or "Air" or "Heli"
  44. ; transport_cap = Number of units (ground, or air/missiles, depending on flags)
  45. ; fuel          = number of turns air units can fly before they crash. For
  46. ;                 barbarians this is used as lifetime instead
  47. ; uk_*          = upkeep costs, these are used as base values in the game
  48. ;          (NOTE: gold upkeep is still not implemented)
  49. ; flags         = special flag strings
  50. ; roles         = special role strings
  51. ; sound_move    = optional sound effect when the unit moves
  52. ; sound_move_alt= optional alternative sound effect if above not
  53. ;          supported in client
  54. ; sound_fight    = optional sound effect when the unit fights
  55. ; sound_fight_alt= optional alternative sound effect if above not
  56. ;           supported in client
  57. ; helptext    = optional help text string; should escape all raw newlines 
  58. ;          so that xgettext parsing works
  59. ;
  60. ; Following flag strings require extra fields:  (but do not appear in Civ1)
  61. ;  "Paratroopers"
  62. ;   paratroopers_range = the maximal range the unit can be paradropped to
  63. ;   paratroopers_mr_req = the move rate which is required at least for
  64. ;                         paradropping
  65. ;   paratroopers_mr_sub = the move rate which is subtracted after paradropping
  66.  
  67. ; Civ1 does not have initial explorers, but we want to do something
  68. ; sensible if the explorer server option is set non-zero.
  69. ; Likely options:
  70. ; - Diplomat: nonmilitary (good), but a bit incongruous for a
  71. ;   primitive civilization (and may still bribe etc).
  72. ; - Cavalry: in character, but could overwhelm unlucky opponents.
  73. ; - Militia: not much good for exploring, but an ok initial unit.
  74. ;   (not likely to overwhelm anyone too quickly :-)
  75.  
  76. [unit_settlers]
  77. name          = _("Settlers")
  78. move_type     = "Land"
  79. tech_req      = "None"
  80. obsolete_by   = "None"
  81. graphic       = "u.settlers"
  82. graphic_alt   = "-"
  83. sound_move    = "m_settlers"
  84. sound_move_alt = "m_generic"
  85. sound_fight   = "f_settlers"
  86. sound_fight_alt = "f_generic"
  87. build_cost    = 40
  88. pop_cost      = 1
  89. attack        = 0
  90. defense       = 1
  91. hitpoints     = 10
  92. firepower     = 1
  93. move_rate     = 1
  94. vision_range  = 1
  95. transport_cap = 0
  96. fuel          = 0
  97. uk_happy      = 0
  98. uk_shield     = 1
  99. uk_food       = 1
  100. uk_gold       = 0
  101. flags         = "Settlers", "NonMil", "AddToCity", "Cities"
  102. roles         = ""
  103. helptext      = _("\
  104. Settlers are one of the key units in the game.  They can be used to\
  105.  found new cities, irrigate land, build roads, railroads, fortresses\
  106.  and mines, and clean up pollution and nuclear fallout.  Upkeep for\
  107.  Settlers is in food\
  108.  as well as production, and a Settler can die if its supporting city\
  109.  runs out of food.\
  110. \n\n\
  111. Settlers may work together to decrease the amount of\
  112.  time required for long projects.  If two or more Settlers\
  113.  are both working on the same task in the same square,\
  114.  their efforts will be added together each turn until the task is\
  115.  finished.  Be careful not to dedicate too many workers to one task,\
  116.  though; excess effort can be wasted, and a group of Settlers\
  117.  is highly vulnerable to enemy attacks.\
  118. ")
  119.  
  120. [unit_engineers]
  121. name          = _("Engineers")
  122. move_type     = "Land"
  123. tech_req      = "Never"
  124. obsolete_by   = "None"
  125. graphic       = "u.engineers"
  126. graphic_alt   = "-"
  127. sound_move    = "m_engineers"
  128. sound_move_alt = "m_generic"
  129. sound_fight   = "f_engineers"
  130. sound_fight_alt = "f_generic"
  131. build_cost    = 40
  132. pop_cost      = 1
  133. attack        = 0
  134. defense       = 2
  135. hitpoints     = 10
  136. firepower     = 1
  137. move_rate     = 2
  138. vision_range  = 1
  139. transport_cap = 0
  140. fuel          = 0
  141. uk_happy      = 0
  142. uk_shield     = 1
  143. uk_food       = 1
  144. uk_gold       = 0
  145. flags         = "Settlers", "NonMil", "AddToCity", "Cities"
  146. roles         = ""
  147.  
  148. [unit_militia]
  149. name          = _("Militia")        ; Civ2 Warriors
  150. move_type     = "Land"
  151. tech_req      = "None"
  152. obsolete_by   = "Musketeers"
  153. graphic       = "u.warriors"
  154. graphic_alt   = "-"
  155. sound_move    = "m_warriors"
  156. sound_move_alt = "m_generic"
  157. sound_fight   = "f_warriors"
  158. sound_fight_alt = "f_generic"
  159. build_cost    = 10
  160. pop_cost      = 0
  161. attack        = 1
  162. defense       = 1
  163. hitpoints     = 10
  164. firepower     = 1
  165. move_rate     = 1
  166. vision_range  = 1
  167. transport_cap = 0
  168. fuel          = 0
  169. uk_happy      = 1
  170. uk_shield     = 1
  171. uk_food       = 0
  172. uk_gold       = 0
  173. flags         = ""
  174. roles         = "DefendOk", "FirstBuild"
  175. helptext      = _("\
  176. This unit may be built from the start of the game.  It is the\
  177.  weakest unit.\
  178. ")
  179.  
  180. [unit_phalanx]
  181. name          = _("Phalanx")
  182. move_type     = "Land"
  183. tech_req      = "Bronze Working"
  184. obsolete_by   = "Musketeers"
  185. graphic       = "u.phalanx"
  186. graphic_alt   = "-"
  187. sound_move    = "m_phalanx"
  188. sound_move_alt = "m_generic"
  189. sound_fight   = "f_phalanx"
  190. sound_fight_alt = "f_generic"
  191. build_cost    = 20
  192. pop_cost      = 0
  193. attack        = 1
  194. defense       = 2
  195. hitpoints     = 10
  196. firepower     = 1
  197. move_rate     = 1
  198. vision_range  = 1
  199. transport_cap = 0
  200. fuel          = 0
  201. uk_happy      = 1
  202. uk_shield     = 1
  203. uk_food       = 0
  204. uk_gold       = 0
  205. flags         = ""
  206. roles         = "DefendGood", "FirstBuild"
  207.  
  208. [unit_archers]
  209. name          = _("Archers")
  210. move_type     = "Land"
  211. tech_req      = "Never"
  212. obsolete_by   = "Musketeers"
  213. graphic       = "u.archers"
  214. graphic_alt   = "-"
  215. sound_move    = "m_archers"
  216. sound_move_alt = "m_generic"
  217. sound_fight   = "f_archers"
  218. sound_fight_alt = "f_generic"
  219. build_cost    = 30
  220. pop_cost      = 0
  221. attack        = 3
  222. defense       = 2
  223. hitpoints     = 10
  224. firepower     = 1
  225. move_rate     = 1
  226. vision_range  = 1
  227. transport_cap = 0
  228. fuel          = 0
  229. uk_happy      = 1
  230. uk_shield     = 1
  231. uk_food       = 0
  232. uk_gold       = 0
  233. flags         = ""
  234. roles         = "DefendOk"
  235.  
  236. [unit_legion]
  237. name          = _("Legion")
  238. move_type     = "Land"
  239. tech_req      = "Iron Working"
  240. obsolete_by   = "Musketeers"
  241. graphic       = "u.legion"
  242. graphic_alt   = "-"
  243. sound_move    = "m_legion"
  244. sound_move_alt = "m_generic"
  245. sound_fight   = "f_legion"
  246. sound_fight_alt = "f_generic"
  247. build_cost    = 20
  248. pop_cost      = 0
  249. attack        = 3
  250. defense       = 1
  251. hitpoints     = 10
  252. firepower     = 1
  253. move_rate     = 1
  254. vision_range  = 1
  255. transport_cap = 0
  256. fuel          = 0
  257. uk_happy      = 1
  258. uk_shield     = 1
  259. uk_food       = 0
  260. uk_gold       = 0
  261. flags         = ""
  262. roles         = "DefendOk", "Hut", "BarbarianBuild", "BarbarianSea"
  263.  
  264. [unit_pikemen]
  265. name          = _("Pikemen")
  266. move_type     = "Land"
  267. tech_req      = "Never"
  268. obsolete_by   = "Musketeers"
  269. graphic       = "u.pikemen"
  270. graphic_alt   = "-"
  271. sound_move    = "m_pikemen"
  272. sound_move_alt = "m_generic"
  273. sound_fight   = "f_pikemen"
  274. sound_fight_alt = "f_generic"
  275. build_cost    = 20
  276. pop_cost      = 0
  277. attack        = 1
  278. defense       = 2
  279. hitpoints     = 10
  280. firepower     = 1
  281. move_rate     = 1
  282. vision_range  = 1
  283. transport_cap = 0
  284. fuel          = 0
  285. uk_happy      = 1
  286. uk_shield     = 1
  287. uk_food       = 0
  288. uk_gold       = 0
  289. flags         = "Pikemen"
  290. roles         = "DefendGood", "FirstBuild"
  291.  
  292. [unit_musketeers]
  293. name          = _("Musketeers")
  294. move_type     = "Land"
  295. tech_req      = "Gunpowder"
  296. obsolete_by   = "Riflemen"
  297. graphic       = "u.musketeers"
  298. graphic_alt   = "-"
  299. sound_move    = "m_musketeers"
  300. sound_move_alt = "m_generic"
  301. sound_fight   = "f_musketeers"
  302. sound_fight_alt = "f_generic"
  303. build_cost    = 30
  304. pop_cost      = 0
  305. attack        = 2
  306. defense       = 3
  307. hitpoints     = 10
  308. firepower     = 1
  309. move_rate     = 1
  310. vision_range  = 1
  311. transport_cap = 0
  312. fuel          = 0
  313. uk_happy      = 1
  314. uk_shield     = 1
  315. uk_food       = 0
  316. uk_gold       = 0
  317. flags         = ""
  318. roles         = "DefendGood", "FirstBuild", "HutTech",
  319.                 "BarbarianTech", "BarbarianBuildTech", "BarbarianSeaTech"
  320.  
  321. [unit_fanatics]
  322. name          = _("Fanatics")
  323. move_type     = "Land"
  324. tech_req      = "Never"
  325. obsolete_by   = "None"
  326. graphic       = "u.fanatics"
  327. graphic_alt   = "-"
  328. sound_move    = "m_fanatics"
  329. sound_move_alt = "m_generic"
  330. sound_fight   = "f_fanatics"
  331. sound_fight_alt = "f_generic"
  332. build_cost    = 20
  333. pop_cost      = 0
  334. attack        = 4
  335. defense       = 4
  336. hitpoints     = 10
  337. firepower     = 1
  338. move_rate     = 1
  339. vision_range  = 1
  340. transport_cap = 0
  341. fuel          = 0
  342. uk_happy      = 1
  343. uk_shield     = 1
  344. uk_food       = 0
  345. uk_gold       = 0
  346. flags         = ""
  347. roles         = "DefendGood"
  348.  
  349. [unit_partisan]
  350. name          = _("Partisan")
  351. move_type     = "Land"
  352. tech_req      = "Never"
  353. obsolete_by   = "None"
  354. graphic       = "u.partisan"
  355. graphic_alt   = "-"
  356. sound_move    = "m_partisan"
  357. sound_move_alt = "m_generic"
  358. sound_fight   = "f_partisan"
  359. sound_fight_alt = "f_generic"
  360. build_cost    = 50
  361. pop_cost      = 0
  362. attack        = 4
  363. defense       = 4
  364. hitpoints     = 10
  365. firepower     = 1
  366. move_rate     = 1
  367. vision_range  = 1
  368. transport_cap = 0
  369. fuel          = 0
  370. uk_happy      = 1
  371. uk_shield     = 1
  372. uk_food       = 0
  373. uk_gold       = 0
  374. flags         = "IgTer", "IgZOC"
  375. roles         = "DefendGood", "Partisan", "BarbarianTech"
  376.  
  377. [unit_alpine_troops]
  378. name          = _("Alpine Troops")
  379. move_type     = "Land"
  380. tech_req      = "Never"
  381. obsolete_by   = "None"
  382. graphic       = "u.alpine_troops"
  383. graphic_alt   = "-"
  384. sound_move    = "m_alpine_troops"
  385. sound_move_alt = "m_generic"
  386. sound_fight   = "f_alpine_troops"
  387. sound_fight_alt = "f_generic"
  388. build_cost    = 50
  389. pop_cost      = 0
  390. attack        = 5
  391. defense       = 5
  392. hitpoints     = 10
  393. firepower     = 1
  394. move_rate     = 1
  395. vision_range  = 1
  396. transport_cap = 0
  397. fuel          = 0
  398. uk_happy      = 1
  399. uk_shield     = 1
  400. uk_food       = 0
  401. uk_gold       = 0
  402. flags         = "IgTer"
  403. roles         = "DefendGood"
  404.  
  405. [unit_riflemen]
  406. name          = _("Riflemen")
  407. move_type     = "Land"
  408. tech_req      = "Conscription"
  409. obsolete_by   = "None"
  410. graphic       = "u.riflemen"
  411. graphic_alt   = "-"
  412. sound_move    = "m_riflemen"
  413. sound_move_alt = "m_generic"
  414. sound_fight   = "f_riflemen"
  415. sound_fight_alt = "f_generic"
  416. build_cost    = 30
  417. pop_cost      = 0
  418. attack        = 3
  419. defense       = 5
  420. hitpoints     = 10
  421. firepower     = 1
  422. move_rate     = 1
  423. vision_range  = 1
  424. transport_cap = 0
  425. fuel          = 0
  426. uk_happy      = 1
  427. uk_shield     = 1
  428. uk_food       = 0
  429. uk_gold       = 0
  430. flags         = ""
  431. roles         = "DefendGood", "FirstBuild"
  432.  
  433. [unit_marines]
  434. name          = _("Marines")
  435. move_type     = "Land"
  436. tech_req      = "Never"
  437. obsolete_by   = "None"
  438. graphic       = "u.marines"
  439. graphic_alt   = "-"
  440. sound_move    = "m_marines"
  441. sound_move_alt = "m_generic"
  442. sound_fight   = "f_marines"
  443. sound_fight_alt = "f_generic"
  444. build_cost    = 60
  445. pop_cost      = 0
  446. attack        = 8
  447. defense       = 5
  448. hitpoints     = 10
  449. firepower     = 1
  450. move_rate     = 1
  451. vision_range  = 1
  452. transport_cap = 0
  453. fuel          = 0
  454. uk_happy      = 1
  455. uk_shield     = 1
  456. uk_food       = 0
  457. uk_gold       = 0
  458. flags         = "Marines"
  459. roles         = "DefendOk", "BarbarianSeaTech"
  460.  
  461. [unit_paratroopers]
  462. name          = _("Paratroopers")
  463. move_type     = "Land"
  464. tech_req      = "Never"
  465. obsolete_by   = "None"
  466. graphic       = "u.paratroopers"
  467. graphic_alt   = "-"
  468. sound_move    = "m_paratroopers"
  469. sound_move_alt = "m_generic"
  470. sound_fight   = "f_paratroopers"
  471. sound_fight_alt = "f_generic"
  472. build_cost    = 60
  473. pop_cost      = 0
  474. attack        = 6
  475. defense       = 4
  476. hitpoints     = 10
  477. firepower     = 1
  478. move_rate     = 1
  479. vision_range  = 1
  480. transport_cap = 0
  481. fuel          = 0
  482. uk_happy      = 1
  483. uk_shield     = 1
  484. uk_food       = 0
  485. uk_gold       = 0
  486. flags         = ""
  487. roles         = "DefendOk"
  488.  
  489. [unit_mech_inf]
  490. name          = _("Mech. Inf.")
  491. move_type     = "Land"
  492. tech_req      = "Labor Union"
  493. obsolete_by   = "None"
  494. graphic       = "u.mech_inf"
  495. graphic_alt   = "-"
  496. sound_move    = "m_mech_inf"
  497. sound_move_alt = "m_generic"
  498. sound_fight   = "f_mech_inf"
  499. sound_fight_alt = "f_generic"
  500. build_cost    = 50
  501. pop_cost      = 0
  502. attack        = 6
  503. defense       = 6
  504. hitpoints     = 10
  505. firepower     = 1
  506. move_rate     = 3
  507. vision_range  = 1
  508. transport_cap = 0
  509. fuel          = 0
  510. uk_happy      = 1
  511. uk_shield     = 1
  512. uk_food       = 0
  513. uk_gold       = 0
  514. flags         = ""
  515. roles         = "DefendGood"
  516. helptext      = _("\
  517. Mechanized Infantry; this unit has the strongest defence strength\
  518.  of any land unit, but is only available near the end of the\
  519.  technology tree.\
  520. ")
  521.  
  522. [unit_cavalry]
  523. name          = _("Cavalry")          ; Civ2 Horsemen
  524. move_type     = "Land"
  525. tech_req      = "Horseback Riding"
  526. obsolete_by   = "Musketeers"
  527. graphic       = "u.horsemen"
  528. graphic_alt   = "-"
  529. sound_move    = "m_horsemen"
  530. sound_move_alt = "m_generic"
  531. sound_fight   = "f_horsemen"
  532. sound_fight_alt = "f_generic"
  533. build_cost    = 20
  534. pop_cost      = 0
  535. attack        = 2
  536. defense       = 1
  537. hitpoints     = 10
  538. firepower     = 1
  539. move_rate     = 2
  540. vision_range  = 1
  541. transport_cap = 0
  542. fuel          = 0
  543. uk_happy      = 1
  544. uk_shield     = 1
  545. uk_food       = 0
  546. uk_gold       = 0
  547. flags         = ""
  548. roles         = "AttackFast", "Hut", "Barbarian"
  549.  
  550. [unit_chariot]
  551. name          = _("Chariot")
  552. move_type     = "Land"
  553. tech_req      = "The Wheel"
  554. obsolete_by   = "Knights"
  555. graphic       = "u.chariot"
  556. graphic_alt   = "-"
  557. sound_move    = "m_chariot"
  558. sound_move_alt = "m_generic"
  559. sound_fight   = "f_chariot"
  560. sound_fight_alt = "f_generic"
  561. build_cost    = 40
  562. pop_cost      = 0
  563. attack        = 4
  564. defense       = 1
  565. hitpoints     = 10
  566. firepower     = 1
  567. move_rate     = 2
  568. vision_range  = 1
  569. transport_cap = 0
  570. fuel          = 0
  571. uk_happy      = 1
  572. uk_shield     = 1
  573. uk_food       = 0
  574. uk_gold       = 0
  575. flags         = ""
  576. roles         = "AttackFast", "Hut"
  577.  
  578. [unit_elephants]
  579. name          = _("Elephants")
  580. move_type     = "Land"
  581. tech_req      = "Never"
  582. obsolete_by   = "Crusaders"
  583. graphic       = "u.elephants"
  584. graphic_alt   = "-"
  585. sound_move    = "m_elephants"
  586. sound_move_alt = "m_generic"
  587. sound_fight   = "f_elephants"
  588. sound_fight_alt = "f_generic"
  589. build_cost    = 40
  590. pop_cost      = 0
  591. attack        = 4
  592. defense       = 1
  593. hitpoints     = 10
  594. firepower     = 1
  595. move_rate     = 2
  596. vision_range  = 1
  597. transport_cap = 0
  598. fuel          = 0
  599. uk_happy      = 1
  600. uk_shield     = 1
  601. uk_food       = 0
  602. uk_gold       = 0
  603. flags         = ""
  604. roles         = "AttackFast"
  605.  
  606. [unit_crusaders]
  607. name          = _("Crusaders")
  608. move_type     = "Land"
  609. tech_req      = "Never"
  610. obsolete_by   = "Dragoons"
  611. graphic       = "u.crusaders"
  612. graphic_alt   = "-"
  613. sound_move    = "m_crusaders"
  614. sound_move_alt = "m_generic"
  615. sound_fight   = "f_crusaders"
  616. sound_fight_alt = "f_generic"
  617. build_cost    = 40
  618. pop_cost      = 0
  619. attack        = 5
  620. defense       = 1
  621. hitpoints     = 10
  622. firepower     = 1
  623. move_rate     = 2
  624. vision_range  = 1
  625. transport_cap = 0
  626. fuel          = 0
  627. uk_happy      = 1
  628. uk_shield     = 1
  629. uk_food       = 0
  630. uk_gold       = 0
  631. flags         = "Horse"
  632. roles         = "AttackFast"
  633.  
  634. [unit_knights]
  635. name          = _("Knights")
  636. move_type     = "Land"
  637. tech_req      = "Chivalry"
  638. obsolete_by   = "Armor"
  639. graphic       = "u.knights"
  640. graphic_alt   = "-"
  641. sound_move    = "m_knights"
  642. sound_move_alt = "m_generic"
  643. sound_fight   = "f_knights"
  644. sound_fight_alt = "f_generic"
  645. build_cost    = 40
  646. pop_cost      = 0
  647. attack        = 4
  648. defense       = 2
  649. hitpoints     = 10
  650. firepower     = 1
  651. move_rate     = 2
  652. vision_range  = 1
  653. transport_cap = 0
  654. fuel          = 0
  655. uk_happy      = 1
  656. uk_shield     = 1
  657. uk_food       = 0
  658. uk_gold       = 0
  659. flags         = ""
  660. roles         = "AttackFast", "HutTech", "BarbarianTech",
  661.                 "BarbarianBuildTech", "BarbarianSeaTech"
  662.  
  663. [unit_dragoons]
  664. name          = _("Dragoons")
  665. move_type     = "Land"
  666. tech_req      = "Never"
  667. obsolete_by   = "Cavalry"
  668. graphic       = "u.dragoons"
  669. graphic_alt   = "-"
  670. sound_move    = "m_dragoons"
  671. sound_move_alt = "m_generic"
  672. sound_fight   = "f_dragoons"
  673. sound_fight_alt = "f_generic"
  674. build_cost    = 50
  675. pop_cost      = 0
  676. attack        = 5
  677. defense       = 2
  678. hitpoints     = 10
  679. firepower     = 1
  680. move_rate     = 2
  681. vision_range  = 1
  682. transport_cap = 0
  683. fuel          = 0
  684. uk_happy      = 1
  685. uk_shield     = 1
  686. uk_food       = 0
  687. uk_gold       = 0
  688. flags         = "Horse"
  689. roles         = "AttackFast", "BarbarianBuildTech", "BarbarianSeaTech"
  690.  
  691. [unit_civ2_cavalry]
  692. name          = "Civ2-Cavalry"  ; no i18n
  693. move_type     = "Land"
  694. tech_req      = "Never"
  695. obsolete_by   = "Armor"
  696. graphic       = "u.cavalry"
  697. graphic_alt   = "-"
  698. sound_move    = "m_cavalry"
  699. sound_move_alt = "m_generic"
  700. sound_fight   = "f_cavalry"
  701. sound_fight_alt = "f_generic"
  702. build_cost    = 60
  703. pop_cost      = 0
  704. attack        = 8
  705. defense       = 3
  706. hitpoints     = 10
  707. firepower     = 1
  708. move_rate     = 2
  709. vision_range  = 1
  710. transport_cap = 0
  711. fuel          = 0
  712. uk_happy      = 1
  713. uk_shield     = 1
  714. uk_food       = 0
  715. uk_gold       = 0
  716. flags         = ""
  717. roles         = "AttackFast"
  718.  
  719. [unit_armor]
  720. name          = _("Armor")
  721. move_type     = "Land"
  722. tech_req      = "Automobile"
  723. obsolete_by   = "None"
  724. graphic       = "u.armor"
  725. graphic_alt   = "-"
  726. sound_move    = "m_armor"
  727. sound_move_alt = "m_generic"
  728. sound_fight   = "f_armor"
  729. sound_fight_alt = "f_generic"
  730. build_cost    = 80
  731. pop_cost      = 0
  732. attack        = 10
  733. defense       = 5
  734. hitpoints     = 10
  735. firepower     = 1
  736. move_rate     = 3
  737. vision_range  = 1
  738. transport_cap = 0
  739. fuel          = 0
  740. uk_happy      = 1
  741. uk_shield     = 1
  742. uk_food       = 0
  743. uk_gold       = 0
  744. flags         = ""
  745. roles         = "AttackFast"
  746.  
  747. [unit_catapult]
  748. name          = _("Catapult")
  749. move_type     = "Land"
  750. tech_req      = "Mathematics"
  751. obsolete_by   = "Cannon"
  752. graphic       = "u.catapult"
  753. graphic_alt   = "-"
  754. sound_move    = "m_catapult"
  755. sound_move_alt = "m_generic"
  756. sound_fight   = "f_catapult"
  757. sound_fight_alt = "f_generic"
  758. build_cost    = 40
  759. pop_cost      = 0
  760. attack        = 6
  761. defense       = 1
  762. hitpoints     = 10
  763. firepower     = 1
  764. move_rate     = 1
  765. vision_range  = 1
  766. transport_cap = 0
  767. fuel          = 0
  768. uk_happy      = 1
  769. uk_shield     = 1
  770. uk_food       = 0
  771. uk_gold       = 0
  772. flags         = ""
  773. roles         = "AttackStrong"
  774.  
  775. [unit_cannon]
  776. name          = _("Cannon")
  777. move_type     = "Land"
  778. tech_req      = "Metallurgy"
  779. obsolete_by   = "Artillery"
  780. graphic       = "u.cannon"
  781. graphic_alt   = "-"
  782. sound_move    = "m_cannon"
  783. sound_move_alt = "m_generic"
  784. sound_fight   = "f_cannon"
  785. sound_fight_alt = "f_generic"
  786. build_cost    = 40
  787. pop_cost      = 0
  788. attack        = 8
  789. defense       = 1
  790. hitpoints     = 10
  791. firepower     = 1
  792. move_rate     = 1
  793. vision_range  = 1
  794. transport_cap = 0
  795. fuel          = 0
  796. uk_happy      = 1
  797. uk_shield     = 1
  798. uk_food       = 0
  799. uk_gold       = 0
  800. flags         = ""
  801. roles         = "AttackStrong", "BarbarianTech", "BarbarianBuildTech"
  802.  
  803. [unit_civ2_artillery]
  804. name          = "Civ2-Artillery"  ; no i18n
  805. move_type     = "Land"
  806. tech_req      = "Never"
  807. obsolete_by   = "Howitzer"
  808. graphic       = "u.artillery"
  809. graphic_alt   = "-"
  810. sound_move    = "m_artillery"
  811. sound_move_alt = "m_generic"
  812. sound_fight   = "f_artillery"
  813. sound_fight_alt = "f_generic"
  814. build_cost    = 50
  815. pop_cost      = 0
  816. attack        = 10
  817. defense       = 1
  818. hitpoints     = 10
  819. firepower     = 1
  820. move_rate     = 1
  821. vision_range  = 1
  822. transport_cap = 0
  823. fuel          = 0
  824. uk_happy      = 1
  825. uk_shield     = 1
  826. uk_food       = 0
  827. uk_gold       = 0
  828. flags         = ""
  829. roles         = "AttackStrong"
  830.  
  831. [unit_artillery]
  832. name          = _("Artillery")        ; Civ2 Howitzer
  833. move_type     = "Land"
  834. tech_req      = "Robotics"
  835. obsolete_by   = "None"
  836. graphic       = "u.howitzer"
  837. graphic_alt   = "-"
  838. sound_move    = "m_howitzer"
  839. sound_move_alt = "m_generic"
  840. sound_fight   = "f_howitzer"
  841. sound_fight_alt = "f_generic"
  842. build_cost    = 60
  843. pop_cost      = 0
  844. attack        = 12
  845. defense       = 2
  846. hitpoints     = 10
  847. firepower     = 1
  848. move_rate     = 2
  849. vision_range  = 1
  850. transport_cap = 0
  851. fuel          = 0
  852. uk_happy      = 1
  853. uk_shield     = 1
  854. uk_food       = 0
  855. uk_gold       = 0
  856. flags         = "IgWall"
  857. roles         = "AttackStrong"
  858.  
  859. [unit_fighter]
  860. name          = _("Fighter")
  861. move_type     = "Air"
  862. tech_req      = "Flight"
  863. obsolete_by   = "None"
  864. graphic       = "u.fighter"
  865. graphic_alt   = "-"
  866. sound_move    = "m_fighter"
  867. sound_move_alt = "m_generic"
  868. sound_fight   = "f_fighter"
  869. sound_fight_alt = "f_generic"
  870. build_cost    = 60
  871. pop_cost      = 0
  872. attack        = 4
  873. defense       = 2
  874. hitpoints     = 10
  875. firepower     = 1
  876. move_rate     = 10
  877. vision_range  = 2
  878. transport_cap = 0
  879. fuel          = 1
  880. uk_happy      = 1
  881. uk_shield     = 1
  882. uk_food       = 0
  883. uk_gold       = 0
  884. flags         = "FieldUnit", "Fighter"
  885. roles         = ""
  886.  
  887. [unit_bomber]
  888. name          = _("Bomber")
  889. move_type     = "Air"
  890. tech_req      = "Advanced Flight"
  891. obsolete_by   = "None"
  892. graphic       = "u.bomber"
  893. graphic_alt   = "-"
  894. sound_move    = "m_bomber"
  895. sound_move_alt = "m_generic"
  896. sound_fight   = "f_bomber"
  897. sound_fight_alt = "f_generic"
  898. build_cost    = 120
  899. pop_cost      = 0
  900. attack        = 12
  901. defense       = 1
  902. hitpoints     = 10
  903. firepower     = 1
  904. move_rate     = 8
  905. vision_range  = 2
  906. transport_cap = 0
  907. fuel          = 2
  908. uk_happy      = 1
  909. uk_shield     = 1
  910. uk_food       = 0
  911. uk_gold       = 0
  912. flags         = "FieldUnit", "OneAttack"
  913. roles         = ""
  914.  
  915. [unit_helicopter]
  916. name          = _("Helicopter")
  917. move_type     = "Heli"
  918. tech_req      = "Never"
  919. obsolete_by   = "None"
  920. graphic       = "u.helicopter"
  921. graphic_alt   = "-"
  922. sound_move    = "m_helicopter"
  923. sound_move_alt = "m_generic"
  924. sound_fight   = "f_helicopter"
  925. sound_fight_alt = "f_generic"
  926. build_cost    = 100
  927. pop_cost      = 0
  928. attack        = 10
  929. defense       = 3
  930. hitpoints     = 10
  931. firepower     = 1
  932. move_rate     = 6
  933. vision_range  = 2
  934. transport_cap = 0
  935. fuel          = 0
  936. uk_happy      = 1
  937. uk_shield     = 1
  938. uk_food       = 0
  939. uk_gold       = 0
  940. flags         = "FieldUnit", "OneAttack"
  941. roles         = ""
  942.  
  943. [unit_stealth_fighter]
  944. name          = _("Stealth Fighter")
  945. move_type     = "Air"
  946. tech_req      = "Never"
  947. obsolete_by   = "None"
  948. graphic       = "u.stealth_fighter"
  949. graphic_alt   = "-"
  950. sound_move    = "m_stealth_fighter"
  951. sound_move_alt = "m_generic"
  952. sound_fight   = "f_stealth_fighter"
  953. sound_fight_alt = "f_generic"
  954. build_cost    = 80
  955. pop_cost      = 0
  956. attack        = 8
  957. defense       = 4
  958. hitpoints     = 10
  959. firepower     = 1
  960. move_rate     = 14
  961. vision_range  = 2
  962. transport_cap = 0
  963. fuel          = 1
  964. uk_happy      = 1
  965. uk_shield     = 1
  966. uk_food       = 0
  967. uk_gold       = 0
  968. flags         = "FieldUnit", "Fighter"
  969. roles         = ""
  970.  
  971. [unit_stealth_bomber]
  972. name          = _("Stealth Bomber")
  973. move_type     = "Air"
  974. tech_req      = "Never"
  975. obsolete_by   = "None"
  976. graphic       = "u.stealth_bomber"
  977. graphic_alt   = "-"
  978. sound_move    = "m_stealth_bomber"
  979. sound_move_alt = "m_generic"
  980. sound_fight   = "f_stealth_bomber"
  981. sound_fight_alt = "f_generic"
  982. build_cost    = 160
  983. pop_cost      = 0
  984. attack        = 14
  985. defense       = 5
  986. hitpoints     = 10
  987. firepower     = 1
  988. move_rate     = 12
  989. vision_range  = 2
  990. transport_cap = 0
  991. fuel          = 2
  992. uk_happy      = 1
  993. uk_shield     = 1
  994. uk_food       = 0
  995. uk_gold       = 0
  996. flags         = "FieldUnit", "OneAttack"
  997. roles         = ""
  998.  
  999. [unit_trireme]
  1000. name          = _("Trireme")
  1001. move_type     = "Sea"
  1002. tech_req      = "Map Making"
  1003. obsolete_by   = "Sail"
  1004. graphic       = "u.trireme"
  1005. graphic_alt   = "-"
  1006. sound_move    = "m_trireme"
  1007. sound_move_alt = "m_generic"
  1008. sound_fight   = "f_trireme"
  1009. sound_fight_alt = "f_generic"
  1010. build_cost    = 40
  1011. pop_cost      = 0
  1012. attack        = 1
  1013. defense       = 0
  1014. hitpoints     = 10
  1015. firepower     = 1
  1016. move_rate     = 3
  1017. vision_range  = 1
  1018. transport_cap = 2
  1019. fuel          = 0
  1020. uk_happy      = 1
  1021. uk_shield     = 1
  1022. uk_food       = 0
  1023. uk_gold       = 0
  1024. flags         = "Trireme"
  1025. roles         = "Ferryboat"
  1026.  
  1027. [unit_sail]
  1028. name          = _("Sail")         ; Civ2 Caravel
  1029. move_type     = "Sea"
  1030. tech_req      = "Navigation"
  1031. obsolete_by   = "Frigate"
  1032. graphic       = "u.caravel"
  1033. graphic_alt   = "-"
  1034. sound_move    = "m_caravel"
  1035. sound_move_alt = "m_generic"
  1036. sound_fight   = "f_caravel"
  1037. sound_fight_alt = "f_generic"
  1038. build_cost    = 40
  1039. pop_cost      = 0
  1040. attack        = 1
  1041. defense       = 1
  1042. hitpoints     = 10
  1043. firepower     = 1
  1044. move_rate     = 3
  1045. vision_range  = 1
  1046. transport_cap = 3
  1047. fuel          = 0
  1048. uk_happy      = 1
  1049. uk_shield     = 1
  1050. uk_food       = 0
  1051. uk_gold       = 0
  1052. flags         = ""
  1053. roles         = "Ferryboat", "BarbarianBoat"
  1054.  
  1055. [unit_galleon]
  1056. name          = _("Galleon")
  1057. move_type     = "Sea"
  1058. tech_req      = "Never"
  1059. obsolete_by   = "Transport"
  1060. graphic       = "u.galleon"
  1061. graphic_alt   = "-"
  1062. sound_move    = "m_galleon"
  1063. sound_move_alt = "m_generic"
  1064. sound_fight   = "f_galleon"
  1065. sound_fight_alt = "f_generic"
  1066. build_cost    = 40
  1067. pop_cost      = 0
  1068. attack        = 0
  1069. defense       = 2
  1070. hitpoints     = 10
  1071. firepower     = 1
  1072. move_rate     = 4
  1073. vision_range  = 1
  1074. transport_cap = 4
  1075. fuel          = 0
  1076. uk_happy      = 1
  1077. uk_shield     = 1
  1078. uk_food       = 0
  1079. uk_gold       = 0
  1080. flags         = ""
  1081. roles         = "Ferryboat", "BarbarianBoat"
  1082.  
  1083. [unit_frigate]
  1084. name          = _("Frigate")
  1085. move_type     = "Sea"
  1086. tech_req      = "Magnetism"
  1087. obsolete_by   = "Transport"
  1088. graphic       = "u.frigate"
  1089. graphic_alt   = "-"
  1090. sound_move    = "m_frigate"
  1091. sound_move_alt = "m_generic"
  1092. sound_fight   = "f_frigate"
  1093. sound_fight_alt = "f_generic"
  1094. build_cost    = 40
  1095. pop_cost      = 0
  1096. attack        = 2
  1097. defense       = 2
  1098. hitpoints     = 10
  1099. firepower     = 1
  1100. move_rate     = 3
  1101. vision_range  = 1
  1102. transport_cap = 4
  1103. fuel          = 0
  1104. uk_happy      = 1
  1105. uk_shield     = 1
  1106. uk_food       = 0
  1107. uk_gold       = 0
  1108. flags         = ""
  1109. roles         = "Ferryboat"
  1110.  
  1111. [unit_ironclad]
  1112. name          = _("Ironclad")
  1113. move_type     = "Sea"
  1114. tech_req      = "Steam Engine"
  1115. obsolete_by   = "Cruiser"
  1116. graphic       = "u.ironclad"
  1117. graphic_alt   = "-"
  1118. sound_move    = "m_ironclad"
  1119. sound_move_alt = "m_generic"
  1120. sound_fight   = "f_ironclad"
  1121. sound_fight_alt = "f_generic"
  1122. build_cost    = 60
  1123. pop_cost      = 0
  1124. attack        = 4
  1125. defense       = 4
  1126. hitpoints     = 10
  1127. firepower     = 1
  1128. move_rate     = 4
  1129. vision_range  = 1
  1130. transport_cap = 0
  1131. fuel          = 0
  1132. uk_happy      = 1
  1133. uk_shield     = 1
  1134. uk_food       = 0
  1135. uk_gold       = 0
  1136. flags         = ""
  1137. roles         = ""
  1138.  
  1139. [unit_destroyer]
  1140. name          = _("Destroyer")
  1141. move_type     = "Sea"
  1142. tech_req      = "Never"
  1143. obsolete_by   = "None"
  1144. graphic       = "u.destroyer"
  1145. graphic_alt   = "-"
  1146. sound_move    = "m_destroyer"
  1147. sound_move_alt = "m_generic"
  1148. sound_fight   = "f_destroyer"
  1149. sound_fight_alt = "f_generic"
  1150. build_cost    = 60
  1151. pop_cost      = 0
  1152. attack        = 4
  1153. defense       = 4
  1154. hitpoints     = 10
  1155. firepower     = 1
  1156. move_rate     = 6
  1157. vision_range  = 2
  1158. transport_cap = 0
  1159. fuel          = 0
  1160. uk_happy      = 1
  1161. uk_shield     = 1
  1162. uk_food       = 0
  1163. uk_gold       = 0
  1164. flags         = ""
  1165. roles         = ""
  1166.  
  1167. [unit_cruiser]
  1168. name          = _("Cruiser")
  1169. move_type     = "Sea"
  1170. tech_req      = "Combustion"
  1171. obsolete_by   = "None"
  1172. graphic       = "u.cruiser"
  1173. graphic_alt   = "-"
  1174. sound_move    = "m_cruiser"
  1175. sound_move_alt = "m_generic"
  1176. sound_fight   = "f_cruiser"
  1177. sound_fight_alt = "f_generic"
  1178. build_cost    = 80
  1179. pop_cost      = 0
  1180. attack        = 6
  1181. defense       = 6
  1182. hitpoints     = 10
  1183. firepower     = 1
  1184. move_rate     = 6
  1185. vision_range  = 2
  1186. transport_cap = 0
  1187. fuel          = 0
  1188. uk_happy      = 1
  1189. uk_shield     = 1
  1190. uk_food       = 0
  1191. uk_gold       = 0
  1192. flags         = ""
  1193. roles         = ""
  1194.  
  1195. [unit_aegis_cruiser]
  1196. name          = _("AEGIS Cruiser")
  1197. move_type     = "Sea"
  1198. tech_req      = "Never"
  1199. obsolete_by   = "None"
  1200. graphic       = "u.aegis_cruiser"
  1201. graphic_alt   = "-"
  1202. sound_move    = "m_aegis_cruiser"
  1203. sound_move_alt = "m_generic"
  1204. sound_fight   = "f_aegis_cruiser"
  1205. sound_fight_alt = "f_generic"
  1206. build_cost    = 100
  1207. pop_cost      = 0
  1208. attack        = 8
  1209. defense       = 8
  1210. hitpoints     = 10
  1211. firepower     = 1
  1212. move_rate     = 5
  1213. vision_range  = 2
  1214. transport_cap = 0
  1215. fuel          = 0
  1216. uk_happy      = 1
  1217. uk_shield     = 1
  1218. uk_food       = 0
  1219. uk_gold       = 0
  1220. flags         = "AEGIS"
  1221. roles         = ""
  1222.  
  1223. [unit_battleship]
  1224. name          = _("Battleship")
  1225. move_type     = "Sea"
  1226. tech_req      = "Steel"
  1227. obsolete_by   = "None"
  1228. graphic       = "u.battleship"
  1229. graphic_alt   = "-"
  1230. sound_move    = "m_battleship"
  1231. sound_move_alt = "m_generic"
  1232. sound_fight   = "f_battleship"
  1233. sound_fight_alt = "f_generic"
  1234. build_cost    = 160
  1235. pop_cost      = 0
  1236. attack        = 18
  1237. defense       = 12
  1238. hitpoints     = 10
  1239. firepower     = 1
  1240. move_rate     = 4
  1241. vision_range  = 2
  1242. transport_cap = 0
  1243. fuel          = 0
  1244. uk_happy      = 1
  1245. uk_shield     = 1
  1246. uk_food       = 0
  1247. uk_gold       = 0
  1248. flags         = ""
  1249. roles         = ""
  1250.  
  1251. [unit_submarine]
  1252. name          = _("Submarine")
  1253. move_type     = "Sea"
  1254. tech_req      = "Mass Production"
  1255. obsolete_by   = "None"
  1256. graphic       = "u.submarine"
  1257. graphic_alt   = "-"
  1258. sound_move    = "m_submarine"
  1259. sound_move_alt = "m_generic"
  1260. sound_fight   = "f_submarine"
  1261. sound_fight_alt = "f_generic"
  1262. build_cost    = 50
  1263. pop_cost      = 0
  1264. attack        = 8
  1265. defense       = 2
  1266. hitpoints     = 10
  1267. firepower     = 1
  1268. move_rate     = 3
  1269. vision_range  = 2
  1270. transport_cap = 0
  1271. fuel          = 0
  1272. uk_happy      = 1
  1273. uk_shield     = 1
  1274. uk_food       = 0
  1275. uk_gold       = 0
  1276. flags         = "Partial_Invis", "No_Land_Attack"
  1277. roles         = ""
  1278. helptext      = _("\
  1279. Submarines have a very high strategic value, but have a weak\
  1280.  defence.\
  1281. ")
  1282.  
  1283. [unit_carrier]
  1284. name          = _("Carrier")
  1285. move_type     = "Sea"
  1286. tech_req      = "Advanced Flight"
  1287. obsolete_by   = "None"
  1288. graphic       = "u.carrier"
  1289. graphic_alt   = "-"
  1290. sound_move    = "m_carrier"
  1291. sound_move_alt = "m_generic"
  1292. sound_fight   = "f_carrier"
  1293. sound_fight_alt = "f_generic"
  1294. build_cost    = 160
  1295. pop_cost      = 0
  1296. attack        = 1
  1297. defense       = 12
  1298. hitpoints     = 10
  1299. firepower     = 1
  1300. move_rate     = 5
  1301. vision_range  = 2
  1302. transport_cap = 8
  1303. fuel          = 0
  1304. uk_happy      = 1
  1305. uk_shield     = 1
  1306. uk_food       = 0
  1307. uk_gold       = 0
  1308. flags         = "Carrier"
  1309. roles         = ""
  1310. helptext      = _("\
  1311. TIP:  Guard Carriers with a handful of fast-moving ships and a\
  1312.  battleship, as losing a fully-equipped Carrier is VERY\
  1313.  painful and expensive.\
  1314. ")
  1315.  
  1316. [unit_transport]
  1317. name          = _("Transport")
  1318. move_type     = "Sea"
  1319. tech_req      = "Industrialization"
  1320. obsolete_by   = "None"
  1321. graphic       = "u.transport"
  1322. graphic_alt   = "-"
  1323. sound_move    = "m_transport"
  1324. sound_move_alt = "m_generic"
  1325. sound_fight   = "f_transport"
  1326. sound_fight_alt = "f_generic"
  1327. build_cost    = 50
  1328. pop_cost      = 0
  1329. attack        = 0
  1330. defense       = 3
  1331. hitpoints     = 10
  1332. firepower     = 1
  1333. move_rate     = 4
  1334. vision_range  = 2
  1335. transport_cap = 8
  1336. fuel          = 0
  1337. uk_happy      = 1
  1338. uk_shield     = 1
  1339. uk_food       = 0
  1340. uk_gold       = 0
  1341. flags         = ""
  1342. roles         = "Ferryboat"
  1343.  
  1344. [unit_cruise_missile]
  1345. name          = _("Cruise Missile")
  1346. move_type     = "Air"
  1347. tech_req      = "Never"
  1348. obsolete_by   = "None"
  1349. graphic       = "u.cruise_missile"
  1350. graphic_alt   = "-"
  1351. sound_move    = "m_cruise_missile"
  1352. sound_move_alt = "m_generic"
  1353. sound_fight   = "f_cruise_missile"
  1354. sound_fight_alt = "f_generic"
  1355. build_cost    = 60
  1356. pop_cost      = 0
  1357. attack        = 18
  1358. defense       = 0
  1359. hitpoints     = 10
  1360. firepower     = 1
  1361. move_rate     = 12
  1362. vision_range  = 1
  1363. transport_cap = 0
  1364. fuel          = 1
  1365. uk_happy      = 1
  1366. uk_shield     = 1
  1367. uk_food       = 0
  1368. uk_gold       = 0
  1369. flags         = "FieldUnit", "OneAttack", "Missile"
  1370. roles         = ""
  1371.  
  1372. [unit_nuclear]
  1373. name          = _("Nuclear")
  1374. move_type     = "Air"
  1375. tech_req      = "Rocketry"
  1376. obsolete_by   = "None"
  1377. graphic       = "u.nuclear"
  1378. graphic_alt   = "-"
  1379. sound_move    = "m_nuclear"
  1380. sound_move_alt = "m_generic"
  1381. sound_fight   = "f_nuclear"
  1382. sound_fight_alt = "f_generic"
  1383. build_cost    = 160
  1384. pop_cost      = 0
  1385. attack        = 99
  1386. defense       = 0
  1387. hitpoints     = 10
  1388. firepower     = 1
  1389. move_rate     = 16
  1390. vision_range  = 1
  1391. transport_cap = 0
  1392. fuel          = 1
  1393. uk_happy      = 1
  1394. uk_shield     = 1
  1395. uk_food       = 0
  1396. uk_gold       = 0
  1397. flags         = "FieldUnit", "OneAttack", "Missile", "Nuclear"
  1398. roles         = ""
  1399. helptext      = _("\
  1400. You can build Nuclear units when you have the required advance, and\
  1401.  the Manhattan Project wonder has been built by any player.\
  1402. \n\n\
  1403. On impact, the blast will destroy any unit in a 3x3-square area,\
  1404.  including friendly units.  When striking a city, the city size is\
  1405.  halved, and the surrounding squares are subject to nuclear fallout.\
  1406. \n\n\
  1407. TIP 1:  Nuking the ocean will not generate fallout, and is a most\
  1408.  effective (but expensive!!) way of getting rid of enemy\
  1409.  ships.\
  1410. \n\n\
  1411. TIP 2:  You may be involved in a situation where you've invaded an\
  1412.  enemy country en masse, but the enemy cities are too strong.\
  1413.  Before using a Nuclear unit, assemble a gang of Settlers\
  1414.  next to the city and have them ready to fix\
  1415.  the fallout on the same turn it occurs!  This minimizes the\
  1416.  chance of nuclear winter.  Eco-friendly nukes!\
  1417. ")
  1418.  
  1419. [unit_diplomat]
  1420. name          = _("Diplomat")
  1421. move_type     = "Land"
  1422. tech_req      = "Writing"
  1423. obsolete_by   = "None"
  1424. graphic       = "u.diplomat"
  1425. graphic_alt   = "-"
  1426. sound_move    = "m_diplomat"
  1427. sound_move_alt = "m_generic"
  1428. sound_fight   = "f_diplomat"
  1429. sound_fight_alt = "f_generic"
  1430. build_cost    = 30
  1431. pop_cost      = 0
  1432. attack        = 0
  1433. defense       = 0
  1434. hitpoints     = 10
  1435. firepower     = 1
  1436. move_rate     = 2
  1437. vision_range  = 1
  1438. transport_cap = 0
  1439. fuel          = 0
  1440. uk_happy      = 0
  1441. uk_shield     = 0
  1442. uk_food       = 0
  1443. uk_gold       = 0
  1444. flags         = "Diplomat", "IgZOC", "NonMil"
  1445. roles         = "Explorer"
  1446. helptext      = _("\
  1447. - A Diplomat can establish embassies with other civilizations\
  1448.  by moving into another player's city.\
  1449. \n\n\
  1450. - Diplomats can also try to sabotage enemy production, or steal\
  1451.  an advance from an enemy city.  (An advance can only be stolen\
  1452.  once per city).\
  1453. \n\n\
  1454. - A Diplomat can also bribe an enemy unit, if that unit is the only\
  1455.  unit on its square.\
  1456. \n\n\
  1457. - Diplomats can even start a revolution in an enemy city and turn\
  1458.  it into your own, if you have the money!\
  1459. \n\n\
  1460. - In some game strategies, hordes of Diplomats can be used to wreak\
  1461.  havoc on the enemy.  Little wonder that Diplomats are often\
  1462.  viewed with suspicion and fear!\
  1463. ")
  1464.  
  1465. [unit_spy]
  1466. name          = _("Spy")
  1467. move_type     = "Land"
  1468. tech_req      = "Never"
  1469. obsolete_by   = "None"
  1470. graphic       = "u.spy"
  1471. graphic_alt   = "-"
  1472. sound_move    = "m_spy"
  1473. sound_move_alt = "m_generic"
  1474. sound_fight   = "f_spy"
  1475. sound_fight_alt = "f_generic"
  1476. build_cost    = 30
  1477. pop_cost      = 0
  1478. attack        = 0
  1479. defense       = 0
  1480. hitpoints     = 10
  1481. firepower     = 1
  1482. move_rate     = 3
  1483. vision_range  = 2
  1484. transport_cap = 0
  1485. fuel          = 0
  1486. uk_happy      = 0
  1487. uk_shield     = 0
  1488. uk_food       = 0
  1489. uk_gold       = 0
  1490. flags         = "Diplomat", "IgZOC", "NonMil", "Spy"
  1491. roles         = ""
  1492.  
  1493. [unit_caravan]
  1494. name          = _("Caravan")
  1495. move_type     = "Land"
  1496. tech_req      = "Trade"
  1497. obsolete_by   = "None"
  1498. graphic       = "u.caravan"
  1499. graphic_alt   = "-"
  1500. sound_move    = "m_caravan"
  1501. sound_move_alt = "m_generic"
  1502. sound_fight   = "f_caravan"
  1503. sound_fight_alt = "f_generic"
  1504. build_cost    = 50
  1505. pop_cost      = 0
  1506. attack        = 0
  1507. defense       = 1
  1508. hitpoints     = 10
  1509. firepower     = 1
  1510. move_rate     = 1
  1511. vision_range  = 1
  1512. transport_cap = 0
  1513. fuel          = 0
  1514. uk_happy      = 0
  1515. uk_shield     = 0
  1516. uk_food       = 0
  1517. uk_gold       = 0
  1518. flags         = "TradeRoute", "HelpWonder", "IgZOC", "NonMil"
  1519. roles         = ""
  1520. helptext      = _("\
  1521. Every Caravan that is used to build a wonder will add 50 shields\
  1522.  towards the production of the wonder.\
  1523. \n\n\
  1524. TIP:  You can stockpile a stack of Caravans in advance and bring\
  1525.  them all into a city where you have started to build a wonder,\
  1526.  and finish it in only one turn!\
  1527. ")
  1528.  
  1529. [unit_freight]
  1530. name          = _("Freight")
  1531. move_type     = "Land"
  1532. tech_req      = "Never"
  1533. obsolete_by   = "None"
  1534. graphic       = "u.freight"
  1535. graphic_alt   = "-"
  1536. sound_move    = "m_freight"
  1537. sound_move_alt = "m_generic"
  1538. sound_fight   = "f_freight"
  1539. sound_fight_alt = "f_generic"
  1540. build_cost    = 50
  1541. pop_cost      = 0
  1542. attack        = 0
  1543. defense       = 1
  1544. hitpoints     = 10
  1545. firepower     = 1
  1546. move_rate     = 2
  1547. vision_range  = 1
  1548. transport_cap = 0
  1549. fuel          = 0
  1550. uk_happy      = 0
  1551. uk_shield     = 0
  1552. uk_food       = 0
  1553. uk_gold       = 0
  1554. flags         = "TradeRoute", "HelpWonder", "IgZOC", "NonMil"
  1555. roles         = ""
  1556.  
  1557. [unit_explorer]
  1558. name          = _("Explorer")
  1559. move_type     = "Land"
  1560. tech_req      = "Never"
  1561. obsolete_by   = "Partisan"
  1562. graphic       = "u.explorer"
  1563. graphic_alt   = "-"
  1564. sound_move    = "m_explorer"
  1565. sound_move_alt = "m_generic"
  1566. sound_fight   = "f_explorer"
  1567. sound_fight_alt = "f_generic"
  1568. build_cost    = 30
  1569. pop_cost      = 0
  1570. attack        = 0
  1571. defense       = 1
  1572. hitpoints     = 10
  1573. firepower     = 1
  1574. move_rate     = 1
  1575. vision_range  = 1
  1576. transport_cap = 0
  1577. fuel          = 0
  1578. uk_happy      = 0
  1579. uk_shield     = 1
  1580. uk_food       = 0
  1581. uk_gold       = 0
  1582. flags         = "IgTer", "IgZOC", "NonMil"
  1583. roles         = "Explorer"
  1584.  
  1585. [unit_barbarian_leader]
  1586. name          = _("Barbarian Leader")
  1587. move_type     = "Land"
  1588. tech_req      = "None"
  1589. obsolete_by   = "Settlers"    ; Ugly hack, to prevent anyone from building it
  1590. graphic       = "u.barbarian_leader"
  1591. graphic_alt   = "u.diplomat"
  1592. sound_move    = "m_barbarian_leader"
  1593. sound_move_alt = "m_generic"
  1594. sound_fight   = "f_barbarian_leader"
  1595. sound_fight_alt = "f_generic"
  1596. build_cost    = 40
  1597. pop_cost      = 0
  1598. attack        = 0
  1599. defense       = 0
  1600. hitpoints     = 10
  1601. firepower     = 1
  1602. move_rate     = 2
  1603. vision_range  = 1
  1604. transport_cap = 0
  1605. fuel          = 0
  1606. uk_happy      = 0
  1607. uk_shield     = 0
  1608. uk_food       = 0
  1609. uk_gold       = 0
  1610. flags         = "IgZOC", "NonMil"
  1611. roles         = "BarbarianLeader"
  1612. helptext      = _("\
  1613. When barbarian leader is killed on a tile without any defending units, \
  1614. the 100 gold ransom is paid, but only to land units.\
  1615. ")
  1616.  
  1617. [u_specials]
  1618. partisan_req = "" ; "Gunpowder","Communism"
  1619.